home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 006a / fn41dsk2.zip / FNETPROT.DAT < prev    next >
Text File  |  1993-05-10  |  3KB  |  75 lines

  1. 10
  2. Z110Zmodem with Resume Capability - Still the Best!
  3. DSZ handshake slow port %1 pB4096 sz -s -m
  4. DSZ handshake slow port %1 pB4096 rz -s -m -r
  5. P110Puma Protocol with Resume Capability
  6. Puma Lc:\fnet\dszlog p%1 x+ s
  7. Puma Lc:\fnet\dszlog p%1 x+ r+ r
  8. G010Ymodem-G Batch (Error Correcting Modems ONLY!!)
  9. DSZ handshake slow port %1 sb -k -g
  10. DSZ handshake slow port %1 rb -g -p
  11. Y010Ymodem Batch
  12. DSZ handshake slow port %1 sb -k
  13. DSZ handshake slow port %1 rb -k
  14. O000Xmodem-1k (Old Ymodem)
  15. DSZ handshake slow port %1 sx -ks
  16. DSZ handshake slow port %1 rx -c -k -y
  17. C000Xmodem CRC and Checksum (Slow and painful!)
  18. DSZ handshake slow port %1 sx
  19. DSZ handshake slow port %1 rx -c
  20. J000Jmodem (Fast)
  21. Jmodem S%1
  22. Jmodem R%1
  23. N000Nmodem (Turbo Pascal Fast! Protocol)
  24. Nmodem S%1
  25. Nmodem R%1
  26. B111Bimodem Bi-Directional Transfers + Chat
  27. CALL h:\bim\Bimodem /CH:\bim\bimodem2.cfg /U
  28. CALL H:\bim\Bimodem /CH:\bim\bimodem2.cfg /D
  29. H111HS/Link (Bi-Directional / Start 2-Way Transfers as D/L!)
  30. C:\HSLINK -p%1 -@G:\FNET\NODE1.CFG
  31. C:\HSLINK -p%1 -@G:\FNET\NODE1.CFG
  32.  
  33.  
  34. This is the protocol data file used on node #1 of "The Programmer's Inn".
  35. It utilizes serial port #1.  If you do not have an error correcting modem,
  36. do not use Ymodem-G Protocol as there is NO built-in error checking with
  37. that protocol.
  38.  
  39. A new parameter has been added to each protocol definition to specify that
  40. a protocol supports bi-directional transfers or not.
  41. A sample entry of the fnetprot.dat file for HS/Link Protocol is:
  42.  
  43. 1
  44. H111HS/Link (Bi-Directional / Start 2-Way Transfers as D/L!)
  45. C:\TELIX\HSLINK -P%1 @G:\QB3\NODE1.CFG
  46. C:\TELIX\HSLINK -P%1 @G:\QB3\NODE1.CFG
  47.  
  48. Line 1: Still the number of protocols configured.  Why do I still place a
  49.         number here?  You may make notes or add anything you wish after the
  50.         last prootcol entry in the file.
  51.  
  52. Line 2: "Z" is the key letter for this protocol (Zmodem)
  53.      1st "1"  - Use a 1 if the protocol can resume an aborted upload.
  54.      2nd "1"  - Enter a 1 if the protocol supports batch transfers (or a "0")
  55. ** NEW **  "0"  - Enter a 0 if the protocol doesn't support bi-directional
  56.                   transfers.  Enter a 1 if it DOES support this type of
  57.                   transfer.
  58.  
  59.  The rest of line 2 is a description of the protocol (40 characters max):
  60.         "Zmodem with Resume Capability"
  61.  
  62. Line 3: "DSZ handshake slow port %1  pB4096 sz -s -m"
  63.  
  64.         A command line for sending files (user download) with this protocol.
  65.         If this is a bi-directional protocol you must ensure the protocol
  66.         receives files in the NODE work directory either by including
  67.         the protocol's command to do this on the command line or in a
  68.         configuration or sequence file the protocol uses.
  69.         For HS/Link I use a separate configuration file for each node. Here
  70.         is my NODE1.CFG file.  Note that my HSLink.EXE file is located
  71.         in the C:\TELIX directory. My bbs node directory is G:\QB3
  72. -------------------------------------------------
  73.  
  74.  
  75.